settings
Auto.js Pro 9 Docs / settings
settings
Table of contents
Interfaces
Variables
Variables
enableAccessibilityServiceByRoot
• Const enableAccessibilityServiceByRoot: SettingItem<boolean>
Enable Accessibility Service with Root permission. If enabled, Auto.js will try to enable with Root permission the next time you enable it.
foregroundService
• Const foregroundService: SettingItem<boolean>
Foreground Service. Used for keeping alive and screenshot permission.
noConsoleOnLaunch
• Const noConsoleOnLaunch: SettingItem<boolean>
Do not show console view when starting. If enabled, the console view will not be shown when the released app starting.
stableMode
• Const stableMode: SettingItem<boolean>
Stable Mode. If enabled, the AccessibilityServiceInfo's FLAG_INCLUDE_NOT_IMPORTANT_VIEWS flag will be removed, and the layout analysis will ignore layout details. The setting will take effect next time you enable accessibility service.
See
FLAG_INCLUDE_NOT_IMPORTANT_VIEWS
stopAllOnVolumeUp
• Const stopAllOnVolumeUp: SettingItem<boolean>
Stop all scripts when pressing volume up. If enabled, all scripts will be stopped when pressing volume up. Only works in released apps.
